3 subject="""comment 2"""
4 date="2021-01-19T16:14:38Z"
6 Hmm, that happens if it somehow gets an exception while fixing up the .git
7 file and unsetting core.worktree in the git config. I've modified the code
8 so it now will display the exception as part of that message.
10 If by "get for every file" you mean the same run of git-annex is displaying
11 it repeatedly, that would be weird -- it's run in early startup not later.
13 One way I can see this failing is if core.worktree is not actually set.
14 Then unsetting it would fail and it would display this message. But it
15 would not even try to unset core.worktree unless something tells
16 git-annex that the git directory is located under the parent repo's
17 .git/modules/ Despite the `git rev-parse` you show, something is
18 making git-annex still think that is the case. Likely because .git